projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cbb47f
)
(Fkey_binding): Fix typo.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Fri, 12 Jul 2002 03:37:49 +0000
(
03:37
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Fri, 12 Jul 2002 03:37:49 +0000
(
03:37
+0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index d811d1727f4fe71feda3777b7c771e3721c0d66a..467b5119b98ababe70de0dc4f4dfcd96a41fbe8d 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-1417,7
+1417,7
@@
recognize the default bindings, just as `read-key-sequence' does.
Like the normal command loop, `key-binding' will remap the command
resulting from looking up KEY by looking up the command in the
-curr
r
ent keymaps. However, if the optional third argument NO-REMAP
+current keymaps. However, if the optional third argument NO-REMAP
is non-nil, `key-binding' returns the unmapped command. */)
(key, accept_default, no_remap)
Lisp_Object key, accept_default, no_remap;